3.1602 \(\int (b+2 c x) (d+e x)^{3/2} (a+b x+c x^2)^2 \, dx\)

Optimal. Leaf size=252 \[ \frac{8 c (d+e x)^{11/2} \left (-c e (5 b d-a e)+b^2 e^2+5 c^2 d^2\right )}{11 e^6}-\frac{2 (d+e x)^{9/2} (2 c d-b e) \left (-2 c e (5 b d-3 a e)+b^2 e^2+10 c^2 d^2\right )}{9 e^6}+\frac{4 (d+e x)^{7/2} \left (a e^2-b d e+c d^2\right ) \left (-c e (5 b d-a e)+b^2 e^2+5 c^2 d^2\right )}{7 e^6}-\frac{2 (d+e x)^{5/2} (2 c d-b e) \left (a e^2-b d e+c d^2\right )^2}{5 e^6}-\frac{10 c^2 (d+e x)^{13/2} (2 c d-b e)}{13 e^6}+\frac{4 c^3 (d+e x)^{15/2}}{15 e^6} \]

[Out]

(-2*(2*c*d - b*e)*(c*d^2 - b*d*e + a*e^2)^2*(d + e*x)^(5/2))/(5*e^6) + (4*(c*d^2 - b*d*e + a*e^2)*(5*c^2*d^2 +
 b^2*e^2 - c*e*(5*b*d - a*e))*(d + e*x)^(7/2))/(7*e^6) - (2*(2*c*d - b*e)*(10*c^2*d^2 + b^2*e^2 - 2*c*e*(5*b*d
 - 3*a*e))*(d + e*x)^(9/2))/(9*e^6) + (8*c*(5*c^2*d^2 + b^2*e^2 - c*e*(5*b*d - a*e))*(d + e*x)^(11/2))/(11*e^6
) - (10*c^2*(2*c*d - b*e)*(d + e*x)^(13/2))/(13*e^6) + (4*c^3*(d + e*x)^(15/2))/(15*e^6)

________________________________________________________________________________________

Rubi [A]  time = 0.12869, antiderivative size = 252, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 28, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.036, Rules used = {771} \[ \frac{8 c (d+e x)^{11/2} \left (-c e (5 b d-a e)+b^2 e^2+5 c^2 d^2\right )}{11 e^6}-\frac{2 (d+e x)^{9/2} (2 c d-b e) \left (-2 c e (5 b d-3 a e)+b^2 e^2+10 c^2 d^2\right )}{9 e^6}+\frac{4 (d+e x)^{7/2} \left (a e^2-b d e+c d^2\right ) \left (-c e (5 b d-a e)+b^2 e^2+5 c^2 d^2\right )}{7 e^6}-\frac{2 (d+e x)^{5/2} (2 c d-b e) \left (a e^2-b d e+c d^2\right )^2}{5 e^6}-\frac{10 c^2 (d+e x)^{13/2} (2 c d-b e)}{13 e^6}+\frac{4 c^3 (d+e x)^{15/2}}{15 e^6} \]

Antiderivative was successfully verified.

[In]

Int[(b + 2*c*x)*(d + e*x)^(3/2)*(a + b*x + c*x^2)^2,x]

[Out]

(-2*(2*c*d - b*e)*(c*d^2 - b*d*e + a*e^2)^2*(d + e*x)^(5/2))/(5*e^6) + (4*(c*d^2 - b*d*e + a*e^2)*(5*c^2*d^2 +
 b^2*e^2 - c*e*(5*b*d - a*e))*(d + e*x)^(7/2))/(7*e^6) - (2*(2*c*d - b*e)*(10*c^2*d^2 + b^2*e^2 - 2*c*e*(5*b*d
 - 3*a*e))*(d + e*x)^(9/2))/(9*e^6) + (8*c*(5*c^2*d^2 + b^2*e^2 - c*e*(5*b*d - a*e))*(d + e*x)^(11/2))/(11*e^6
) - (10*c^2*(2*c*d - b*e)*(d + e*x)^(13/2))/(13*e^6) + (4*c^3*(d + e*x)^(15/2))/(15*e^6)

Rule 771

Int[((d_.) + (e_.)*(x_))^(m_.)*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> In
t[ExpandIntegrand[(d + e*x)^m*(f + g*x)*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, f, g, m}, x] && N
eQ[b^2 - 4*a*c, 0] && IntegerQ[p] && (GtQ[p, 0] || (EqQ[a, 0] && IntegerQ[m]))

Rubi steps

\begin{align*} \int (b+2 c x) (d+e x)^{3/2} \left (a+b x+c x^2\right )^2 \, dx &=\int \left (\frac{(-2 c d+b e) \left (c d^2-b d e+a e^2\right )^2 (d+e x)^{3/2}}{e^5}+\frac{2 \left (c d^2-b d e+a e^2\right ) \left (5 c^2 d^2-5 b c d e+b^2 e^2+a c e^2\right ) (d+e x)^{5/2}}{e^5}+\frac{(2 c d-b e) \left (-10 c^2 d^2-b^2 e^2+2 c e (5 b d-3 a e)\right ) (d+e x)^{7/2}}{e^5}+\frac{4 c \left (5 c^2 d^2+b^2 e^2-c e (5 b d-a e)\right ) (d+e x)^{9/2}}{e^5}-\frac{5 c^2 (2 c d-b e) (d+e x)^{11/2}}{e^5}+\frac{2 c^3 (d+e x)^{13/2}}{e^5}\right ) \, dx\\ &=-\frac{2 (2 c d-b e) \left (c d^2-b d e+a e^2\right )^2 (d+e x)^{5/2}}{5 e^6}+\frac{4 \left (c d^2-b d e+a e^2\right ) \left (5 c^2 d^2+b^2 e^2-c e (5 b d-a e)\right ) (d+e x)^{7/2}}{7 e^6}-\frac{2 (2 c d-b e) \left (10 c^2 d^2+b^2 e^2-2 c e (5 b d-3 a e)\right ) (d+e x)^{9/2}}{9 e^6}+\frac{8 c \left (5 c^2 d^2+b^2 e^2-c e (5 b d-a e)\right ) (d+e x)^{11/2}}{11 e^6}-\frac{10 c^2 (2 c d-b e) (d+e x)^{13/2}}{13 e^6}+\frac{4 c^3 (d+e x)^{15/2}}{15 e^6}\\ \end{align*}

Mathematica [A]  time = 0.36682, size = 291, normalized size = 1.15 \[ \frac{2 (d+e x)^{5/2} \left (-78 c e^2 \left (33 a^2 e^2 (2 d-5 e x)-11 a b e \left (8 d^2-20 d e x+35 e^2 x^2\right )+2 b^2 \left (-40 d^2 e x+16 d^3+70 d e^2 x^2-105 e^3 x^3\right )\right )+143 b e^3 \left (63 a^2 e^2+18 a b e (5 e x-2 d)+b^2 \left (8 d^2-20 d e x+35 e^2 x^2\right )\right )+3 c^2 e \left (52 a e \left (40 d^2 e x-16 d^3-70 d e^2 x^2+105 e^3 x^3\right )+5 b \left (560 d^2 e^2 x^2-320 d^3 e x+128 d^4-840 d e^3 x^3+1155 e^4 x^4\right )\right )+c^3 \left (-2240 d^3 e^2 x^2+3360 d^2 e^3 x^3+1280 d^4 e x-512 d^5-4620 d e^4 x^4+6006 e^5 x^5\right )\right )}{45045 e^6} \]

Antiderivative was successfully verified.

[In]

Integrate[(b + 2*c*x)*(d + e*x)^(3/2)*(a + b*x + c*x^2)^2,x]

[Out]

(2*(d + e*x)^(5/2)*(c^3*(-512*d^5 + 1280*d^4*e*x - 2240*d^3*e^2*x^2 + 3360*d^2*e^3*x^3 - 4620*d*e^4*x^4 + 6006
*e^5*x^5) + 143*b*e^3*(63*a^2*e^2 + 18*a*b*e*(-2*d + 5*e*x) + b^2*(8*d^2 - 20*d*e*x + 35*e^2*x^2)) - 78*c*e^2*
(33*a^2*e^2*(2*d - 5*e*x) - 11*a*b*e*(8*d^2 - 20*d*e*x + 35*e^2*x^2) + 2*b^2*(16*d^3 - 40*d^2*e*x + 70*d*e^2*x
^2 - 105*e^3*x^3)) + 3*c^2*e*(52*a*e*(-16*d^3 + 40*d^2*e*x - 70*d*e^2*x^2 + 105*e^3*x^3) + 5*b*(128*d^4 - 320*
d^3*e*x + 560*d^2*e^2*x^2 - 840*d*e^3*x^3 + 1155*e^4*x^4))))/(45045*e^6)

________________________________________________________________________________________

Maple [A]  time = 0.006, size = 359, normalized size = 1.4 \begin{align*}{\frac{12012\,{c}^{3}{x}^{5}{e}^{5}+34650\,b{c}^{2}{e}^{5}{x}^{4}-9240\,{c}^{3}d{e}^{4}{x}^{4}+32760\,a{c}^{2}{e}^{5}{x}^{3}+32760\,{b}^{2}c{e}^{5}{x}^{3}-25200\,b{c}^{2}d{e}^{4}{x}^{3}+6720\,{c}^{3}{d}^{2}{e}^{3}{x}^{3}+60060\,abc{e}^{5}{x}^{2}-21840\,a{c}^{2}d{e}^{4}{x}^{2}+10010\,{b}^{3}{e}^{5}{x}^{2}-21840\,{b}^{2}cd{e}^{4}{x}^{2}+16800\,b{c}^{2}{d}^{2}{e}^{3}{x}^{2}-4480\,{c}^{3}{d}^{3}{e}^{2}{x}^{2}+25740\,{a}^{2}c{e}^{5}x+25740\,a{b}^{2}{e}^{5}x-34320\,abcd{e}^{4}x+12480\,a{c}^{2}{d}^{2}{e}^{3}x-5720\,{b}^{3}d{e}^{4}x+12480\,{b}^{2}c{d}^{2}{e}^{3}x-9600\,b{c}^{2}{d}^{3}{e}^{2}x+2560\,{c}^{3}{d}^{4}ex+18018\,b{a}^{2}{e}^{5}-10296\,{a}^{2}cd{e}^{4}-10296\,a{b}^{2}d{e}^{4}+13728\,abc{d}^{2}{e}^{3}-4992\,a{c}^{2}{d}^{3}{e}^{2}+2288\,{b}^{3}{d}^{2}{e}^{3}-4992\,{b}^{2}c{d}^{3}{e}^{2}+3840\,b{c}^{2}{d}^{4}e-1024\,{c}^{3}{d}^{5}}{45045\,{e}^{6}} \left ( ex+d \right ) ^{{\frac{5}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*c*x+b)*(e*x+d)^(3/2)*(c*x^2+b*x+a)^2,x)

[Out]

2/45045*(e*x+d)^(5/2)*(6006*c^3*e^5*x^5+17325*b*c^2*e^5*x^4-4620*c^3*d*e^4*x^4+16380*a*c^2*e^5*x^3+16380*b^2*c
*e^5*x^3-12600*b*c^2*d*e^4*x^3+3360*c^3*d^2*e^3*x^3+30030*a*b*c*e^5*x^2-10920*a*c^2*d*e^4*x^2+5005*b^3*e^5*x^2
-10920*b^2*c*d*e^4*x^2+8400*b*c^2*d^2*e^3*x^2-2240*c^3*d^3*e^2*x^2+12870*a^2*c*e^5*x+12870*a*b^2*e^5*x-17160*a
*b*c*d*e^4*x+6240*a*c^2*d^2*e^3*x-2860*b^3*d*e^4*x+6240*b^2*c*d^2*e^3*x-4800*b*c^2*d^3*e^2*x+1280*c^3*d^4*e*x+
9009*a^2*b*e^5-5148*a^2*c*d*e^4-5148*a*b^2*d*e^4+6864*a*b*c*d^2*e^3-2496*a*c^2*d^3*e^2+1144*b^3*d^2*e^3-2496*b
^2*c*d^3*e^2+1920*b*c^2*d^4*e-512*c^3*d^5)/e^6

________________________________________________________________________________________

Maxima [A]  time = 0.981998, size = 416, normalized size = 1.65 \begin{align*} \frac{2 \,{\left (6006 \,{\left (e x + d\right )}^{\frac{15}{2}} c^{3} - 17325 \,{\left (2 \, c^{3} d - b c^{2} e\right )}{\left (e x + d\right )}^{\frac{13}{2}} + 16380 \,{\left (5 \, c^{3} d^{2} - 5 \, b c^{2} d e +{\left (b^{2} c + a c^{2}\right )} e^{2}\right )}{\left (e x + d\right )}^{\frac{11}{2}} - 5005 \,{\left (20 \, c^{3} d^{3} - 30 \, b c^{2} d^{2} e + 12 \,{\left (b^{2} c + a c^{2}\right )} d e^{2} -{\left (b^{3} + 6 \, a b c\right )} e^{3}\right )}{\left (e x + d\right )}^{\frac{9}{2}} + 12870 \,{\left (5 \, c^{3} d^{4} - 10 \, b c^{2} d^{3} e + 6 \,{\left (b^{2} c + a c^{2}\right )} d^{2} e^{2} -{\left (b^{3} + 6 \, a b c\right )} d e^{3} +{\left (a b^{2} + a^{2} c\right )} e^{4}\right )}{\left (e x + d\right )}^{\frac{7}{2}} - 9009 \,{\left (2 \, c^{3} d^{5} - 5 \, b c^{2} d^{4} e - a^{2} b e^{5} + 4 \,{\left (b^{2} c + a c^{2}\right )} d^{3} e^{2} -{\left (b^{3} + 6 \, a b c\right )} d^{2} e^{3} + 2 \,{\left (a b^{2} + a^{2} c\right )} d e^{4}\right )}{\left (e x + d\right )}^{\frac{5}{2}}\right )}}{45045 \, e^{6}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*c*x+b)*(e*x+d)^(3/2)*(c*x^2+b*x+a)^2,x, algorithm="maxima")

[Out]

2/45045*(6006*(e*x + d)^(15/2)*c^3 - 17325*(2*c^3*d - b*c^2*e)*(e*x + d)^(13/2) + 16380*(5*c^3*d^2 - 5*b*c^2*d
*e + (b^2*c + a*c^2)*e^2)*(e*x + d)^(11/2) - 5005*(20*c^3*d^3 - 30*b*c^2*d^2*e + 12*(b^2*c + a*c^2)*d*e^2 - (b
^3 + 6*a*b*c)*e^3)*(e*x + d)^(9/2) + 12870*(5*c^3*d^4 - 10*b*c^2*d^3*e + 6*(b^2*c + a*c^2)*d^2*e^2 - (b^3 + 6*
a*b*c)*d*e^3 + (a*b^2 + a^2*c)*e^4)*(e*x + d)^(7/2) - 9009*(2*c^3*d^5 - 5*b*c^2*d^4*e - a^2*b*e^5 + 4*(b^2*c +
 a*c^2)*d^3*e^2 - (b^3 + 6*a*b*c)*d^2*e^3 + 2*(a*b^2 + a^2*c)*d*e^4)*(e*x + d)^(5/2))/e^6

________________________________________________________________________________________

Fricas [B]  time = 1.50601, size = 1122, normalized size = 4.45 \begin{align*} \frac{2 \,{\left (6006 \, c^{3} e^{7} x^{7} - 512 \, c^{3} d^{7} + 1920 \, b c^{2} d^{6} e + 9009 \, a^{2} b d^{2} e^{5} - 2496 \,{\left (b^{2} c + a c^{2}\right )} d^{5} e^{2} + 1144 \,{\left (b^{3} + 6 \, a b c\right )} d^{4} e^{3} - 5148 \,{\left (a b^{2} + a^{2} c\right )} d^{3} e^{4} + 231 \,{\left (32 \, c^{3} d e^{6} + 75 \, b c^{2} e^{7}\right )} x^{6} + 126 \,{\left (c^{3} d^{2} e^{5} + 175 \, b c^{2} d e^{6} + 130 \,{\left (b^{2} c + a c^{2}\right )} e^{7}\right )} x^{5} - 35 \,{\left (4 \, c^{3} d^{3} e^{4} - 15 \, b c^{2} d^{2} e^{5} - 624 \,{\left (b^{2} c + a c^{2}\right )} d e^{6} - 143 \,{\left (b^{3} + 6 \, a b c\right )} e^{7}\right )} x^{4} + 10 \,{\left (16 \, c^{3} d^{4} e^{3} - 60 \, b c^{2} d^{3} e^{4} + 78 \,{\left (b^{2} c + a c^{2}\right )} d^{2} e^{5} + 715 \,{\left (b^{3} + 6 \, a b c\right )} d e^{6} + 1287 \,{\left (a b^{2} + a^{2} c\right )} e^{7}\right )} x^{3} - 3 \,{\left (64 \, c^{3} d^{5} e^{2} - 240 \, b c^{2} d^{4} e^{3} - 3003 \, a^{2} b e^{7} + 312 \,{\left (b^{2} c + a c^{2}\right )} d^{3} e^{4} - 143 \,{\left (b^{3} + 6 \, a b c\right )} d^{2} e^{5} - 6864 \,{\left (a b^{2} + a^{2} c\right )} d e^{6}\right )} x^{2} + 2 \,{\left (128 \, c^{3} d^{6} e - 480 \, b c^{2} d^{5} e^{2} + 9009 \, a^{2} b d e^{6} + 624 \,{\left (b^{2} c + a c^{2}\right )} d^{4} e^{3} - 286 \,{\left (b^{3} + 6 \, a b c\right )} d^{3} e^{4} + 1287 \,{\left (a b^{2} + a^{2} c\right )} d^{2} e^{5}\right )} x\right )} \sqrt{e x + d}}{45045 \, e^{6}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*c*x+b)*(e*x+d)^(3/2)*(c*x^2+b*x+a)^2,x, algorithm="fricas")

[Out]

2/45045*(6006*c^3*e^7*x^7 - 512*c^3*d^7 + 1920*b*c^2*d^6*e + 9009*a^2*b*d^2*e^5 - 2496*(b^2*c + a*c^2)*d^5*e^2
 + 1144*(b^3 + 6*a*b*c)*d^4*e^3 - 5148*(a*b^2 + a^2*c)*d^3*e^4 + 231*(32*c^3*d*e^6 + 75*b*c^2*e^7)*x^6 + 126*(
c^3*d^2*e^5 + 175*b*c^2*d*e^6 + 130*(b^2*c + a*c^2)*e^7)*x^5 - 35*(4*c^3*d^3*e^4 - 15*b*c^2*d^2*e^5 - 624*(b^2
*c + a*c^2)*d*e^6 - 143*(b^3 + 6*a*b*c)*e^7)*x^4 + 10*(16*c^3*d^4*e^3 - 60*b*c^2*d^3*e^4 + 78*(b^2*c + a*c^2)*
d^2*e^5 + 715*(b^3 + 6*a*b*c)*d*e^6 + 1287*(a*b^2 + a^2*c)*e^7)*x^3 - 3*(64*c^3*d^5*e^2 - 240*b*c^2*d^4*e^3 -
3003*a^2*b*e^7 + 312*(b^2*c + a*c^2)*d^3*e^4 - 143*(b^3 + 6*a*b*c)*d^2*e^5 - 6864*(a*b^2 + a^2*c)*d*e^6)*x^2 +
 2*(128*c^3*d^6*e - 480*b*c^2*d^5*e^2 + 9009*a^2*b*d*e^6 + 624*(b^2*c + a*c^2)*d^4*e^3 - 286*(b^3 + 6*a*b*c)*d
^3*e^4 + 1287*(a*b^2 + a^2*c)*d^2*e^5)*x)*sqrt(e*x + d)/e^6

________________________________________________________________________________________

Sympy [A]  time = 32.6247, size = 1093, normalized size = 4.34 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*c*x+b)*(e*x+d)**(3/2)*(c*x**2+b*x+a)**2,x)

[Out]

a**2*b*d*Piecewise((sqrt(d)*x, Eq(e, 0)), (2*(d + e*x)**(3/2)/(3*e), True)) + 2*a**2*b*(-d*(d + e*x)**(3/2)/3
+ (d + e*x)**(5/2)/5)/e + 4*a**2*c*d*(-d*(d + e*x)**(3/2)/3 + (d + e*x)**(5/2)/5)/e**2 + 4*a**2*c*(d**2*(d + e
*x)**(3/2)/3 - 2*d*(d + e*x)**(5/2)/5 + (d + e*x)**(7/2)/7)/e**2 + 4*a*b**2*d*(-d*(d + e*x)**(3/2)/3 + (d + e*
x)**(5/2)/5)/e**2 + 4*a*b**2*(d**2*(d + e*x)**(3/2)/3 - 2*d*(d + e*x)**(5/2)/5 + (d + e*x)**(7/2)/7)/e**2 + 12
*a*b*c*d*(d**2*(d + e*x)**(3/2)/3 - 2*d*(d + e*x)**(5/2)/5 + (d + e*x)**(7/2)/7)/e**3 + 12*a*b*c*(-d**3*(d + e
*x)**(3/2)/3 + 3*d**2*(d + e*x)**(5/2)/5 - 3*d*(d + e*x)**(7/2)/7 + (d + e*x)**(9/2)/9)/e**3 + 8*a*c**2*d*(-d*
*3*(d + e*x)**(3/2)/3 + 3*d**2*(d + e*x)**(5/2)/5 - 3*d*(d + e*x)**(7/2)/7 + (d + e*x)**(9/2)/9)/e**4 + 8*a*c*
*2*(d**4*(d + e*x)**(3/2)/3 - 4*d**3*(d + e*x)**(5/2)/5 + 6*d**2*(d + e*x)**(7/2)/7 - 4*d*(d + e*x)**(9/2)/9 +
 (d + e*x)**(11/2)/11)/e**4 + 2*b**3*d*(d**2*(d + e*x)**(3/2)/3 - 2*d*(d + e*x)**(5/2)/5 + (d + e*x)**(7/2)/7)
/e**3 + 2*b**3*(-d**3*(d + e*x)**(3/2)/3 + 3*d**2*(d + e*x)**(5/2)/5 - 3*d*(d + e*x)**(7/2)/7 + (d + e*x)**(9/
2)/9)/e**3 + 8*b**2*c*d*(-d**3*(d + e*x)**(3/2)/3 + 3*d**2*(d + e*x)**(5/2)/5 - 3*d*(d + e*x)**(7/2)/7 + (d +
e*x)**(9/2)/9)/e**4 + 8*b**2*c*(d**4*(d + e*x)**(3/2)/3 - 4*d**3*(d + e*x)**(5/2)/5 + 6*d**2*(d + e*x)**(7/2)/
7 - 4*d*(d + e*x)**(9/2)/9 + (d + e*x)**(11/2)/11)/e**4 + 10*b*c**2*d*(d**4*(d + e*x)**(3/2)/3 - 4*d**3*(d + e
*x)**(5/2)/5 + 6*d**2*(d + e*x)**(7/2)/7 - 4*d*(d + e*x)**(9/2)/9 + (d + e*x)**(11/2)/11)/e**5 + 10*b*c**2*(-d
**5*(d + e*x)**(3/2)/3 + d**4*(d + e*x)**(5/2) - 10*d**3*(d + e*x)**(7/2)/7 + 10*d**2*(d + e*x)**(9/2)/9 - 5*d
*(d + e*x)**(11/2)/11 + (d + e*x)**(13/2)/13)/e**5 + 4*c**3*d*(-d**5*(d + e*x)**(3/2)/3 + d**4*(d + e*x)**(5/2
) - 10*d**3*(d + e*x)**(7/2)/7 + 10*d**2*(d + e*x)**(9/2)/9 - 5*d*(d + e*x)**(11/2)/11 + (d + e*x)**(13/2)/13)
/e**6 + 4*c**3*(d**6*(d + e*x)**(3/2)/3 - 6*d**5*(d + e*x)**(5/2)/5 + 15*d**4*(d + e*x)**(7/2)/7 - 20*d**3*(d
+ e*x)**(9/2)/9 + 15*d**2*(d + e*x)**(11/2)/11 - 6*d*(d + e*x)**(13/2)/13 + (d + e*x)**(15/2)/15)/e**6

________________________________________________________________________________________

Giac [B]  time = 1.33246, size = 1312, normalized size = 5.21 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*c*x+b)*(e*x+d)^(3/2)*(c*x^2+b*x+a)^2,x, algorithm="giac")

[Out]

2/45045*(6006*(3*(x*e + d)^(5/2) - 5*(x*e + d)^(3/2)*d)*a*b^2*d*e^(-1) + 6006*(3*(x*e + d)^(5/2) - 5*(x*e + d)
^(3/2)*d)*a^2*c*d*e^(-1) + 429*(15*(x*e + d)^(7/2) - 42*(x*e + d)^(5/2)*d + 35*(x*e + d)^(3/2)*d^2)*b^3*d*e^(-
2) + 2574*(15*(x*e + d)^(7/2) - 42*(x*e + d)^(5/2)*d + 35*(x*e + d)^(3/2)*d^2)*a*b*c*d*e^(-2) + 572*(35*(x*e +
 d)^(9/2) - 135*(x*e + d)^(7/2)*d + 189*(x*e + d)^(5/2)*d^2 - 105*(x*e + d)^(3/2)*d^3)*b^2*c*d*e^(-3) + 572*(3
5*(x*e + d)^(9/2) - 135*(x*e + d)^(7/2)*d + 189*(x*e + d)^(5/2)*d^2 - 105*(x*e + d)^(3/2)*d^3)*a*c^2*d*e^(-3)
+ 65*(315*(x*e + d)^(11/2) - 1540*(x*e + d)^(9/2)*d + 2970*(x*e + d)^(7/2)*d^2 - 2772*(x*e + d)^(5/2)*d^3 + 11
55*(x*e + d)^(3/2)*d^4)*b*c^2*d*e^(-4) + 10*(693*(x*e + d)^(13/2) - 4095*(x*e + d)^(11/2)*d + 10010*(x*e + d)^
(9/2)*d^2 - 12870*(x*e + d)^(7/2)*d^3 + 9009*(x*e + d)^(5/2)*d^4 - 3003*(x*e + d)^(3/2)*d^5)*c^3*d*e^(-5) + 15
015*(x*e + d)^(3/2)*a^2*b*d + 858*(15*(x*e + d)^(7/2) - 42*(x*e + d)^(5/2)*d + 35*(x*e + d)^(3/2)*d^2)*a*b^2*e
^(-1) + 858*(15*(x*e + d)^(7/2) - 42*(x*e + d)^(5/2)*d + 35*(x*e + d)^(3/2)*d^2)*a^2*c*e^(-1) + 143*(35*(x*e +
 d)^(9/2) - 135*(x*e + d)^(7/2)*d + 189*(x*e + d)^(5/2)*d^2 - 105*(x*e + d)^(3/2)*d^3)*b^3*e^(-2) + 858*(35*(x
*e + d)^(9/2) - 135*(x*e + d)^(7/2)*d + 189*(x*e + d)^(5/2)*d^2 - 105*(x*e + d)^(3/2)*d^3)*a*b*c*e^(-2) + 52*(
315*(x*e + d)^(11/2) - 1540*(x*e + d)^(9/2)*d + 2970*(x*e + d)^(7/2)*d^2 - 2772*(x*e + d)^(5/2)*d^3 + 1155*(x*
e + d)^(3/2)*d^4)*b^2*c*e^(-3) + 52*(315*(x*e + d)^(11/2) - 1540*(x*e + d)^(9/2)*d + 2970*(x*e + d)^(7/2)*d^2
- 2772*(x*e + d)^(5/2)*d^3 + 1155*(x*e + d)^(3/2)*d^4)*a*c^2*e^(-3) + 25*(693*(x*e + d)^(13/2) - 4095*(x*e + d
)^(11/2)*d + 10010*(x*e + d)^(9/2)*d^2 - 12870*(x*e + d)^(7/2)*d^3 + 9009*(x*e + d)^(5/2)*d^4 - 3003*(x*e + d)
^(3/2)*d^5)*b*c^2*e^(-4) + 2*(3003*(x*e + d)^(15/2) - 20790*(x*e + d)^(13/2)*d + 61425*(x*e + d)^(11/2)*d^2 -
100100*(x*e + d)^(9/2)*d^3 + 96525*(x*e + d)^(7/2)*d^4 - 54054*(x*e + d)^(5/2)*d^5 + 15015*(x*e + d)^(3/2)*d^6
)*c^3*e^(-5) + 3003*(3*(x*e + d)^(5/2) - 5*(x*e + d)^(3/2)*d)*a^2*b)*e^(-1)